From: Juanma Barranquero Date: Tue, 5 Feb 2008 02:45:30 +0000 (+0000) Subject: (read_header): Replace `legal' with `valid'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~630 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5af1f9fe9e4c25bba6fbdfd0309e4f981486f2cc;p=emacs.git (read_header): Replace `legal' with `valid'. --- diff --git a/src/unexhp9k800.c b/src/unexhp9k800.c index 495094029d6..96eb985f857 100644 --- a/src/unexhp9k800.c +++ b/src/unexhp9k800.c @@ -228,7 +228,7 @@ read_header (file, hdr, auxhdr) if (hdr->a_magic != EXEC_MAGIC && hdr->a_magic != SHARE_MAGIC && hdr->a_magic != DEMAND_MAGIC) { - fprintf (stderr, "a.out file doesn't have legal magic number\n"); + fprintf (stderr, "a.out file doesn't have valid magic number\n"); exit (1); }